home *** CD-ROM | disk | FTP | other *** search
/ Freelog 50 / Freelog050.iso / DossierLogitheque / Bureautique / Mira / Mira_setup.exe / {app} / Mira.exe / 0 / RCDATA / TFORMMARGE / TFORMMARGE.txt
Text File  |  2003-09-02  |  2KB  |  116 lines

  1. object FormMarge: TFormMarge
  2.   Left = 701
  3.   Top = 176
  4.   BorderStyle = bsDialog
  5.   Caption = 'Marges'
  6.   ClientHeight = 166
  7.   ClientWidth = 287
  8.   Color = clBtnFace
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnKeyPress = FormKeyPress
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 14
  20.   object Label1: TLabel
  21.     Left = 9
  22.     Top = 27
  23.     Width = 69
  24.     Height = 14
  25.     Caption = 'Marge gauche'
  26.   end
  27.   object Label2: TLabel
  28.     Left = 156
  29.     Top = 27
  30.     Width = 60
  31.     Height = 14
  32.     Caption = 'Marge droite'
  33.   end
  34.   object Label3: TLabel
  35.     Left = 9
  36.     Top = 78
  37.     Width = 54
  38.     Height = 14
  39.     Caption = 'Marge haut'
  40.   end
  41.   object Label4: TLabel
  42.     Left = 156
  43.     Top = 78
  44.     Width = 51
  45.     Height = 14
  46.     Caption = 'Marge bas'
  47.   end
  48.   object Label5: TLabel
  49.     Left = 9
  50.     Top = 6
  51.     Width = 133
  52.     Height = 14
  53.     Caption = 'Ajuster les marges (en mm)'
  54.   end
  55.   object SC_Line5: TSC_Line
  56.     Left = 0
  57.     Top = 132
  58.     Width = 287
  59.     Height = 34
  60.     BorderShape = bsTopLine
  61.     Align = alBottom
  62.   end
  63.   object Button1: TButton
  64.     Left = 151
  65.     Top = 139
  66.     Width = 75
  67.     Height = 22
  68.     Cancel = True
  69.     Caption = '&Annuler'
  70.     ModalResult = 2
  71.     TabOrder = 0
  72.   end
  73.   object ButtonOk: TButton
  74.     Left = 67
  75.     Top = 139
  76.     Width = 75
  77.     Height = 22
  78.     Caption = '&Ok'
  79.     Default = True
  80.     ModalResult = 1
  81.     TabOrder = 1
  82.   end
  83.   object EditL: TEdit
  84.     Left = 9
  85.     Top = 42
  86.     Width = 121
  87.     Height = 22
  88.     TabOrder = 2
  89.     OnKeyPress = FormKeyPress
  90.   end
  91.   object EditR: TEdit
  92.     Left = 156
  93.     Top = 42
  94.     Width = 121
  95.     Height = 22
  96.     TabOrder = 3
  97.     OnKeyPress = FormKeyPress
  98.   end
  99.   object EditT: TEdit
  100.     Left = 9
  101.     Top = 93
  102.     Width = 121
  103.     Height = 22
  104.     TabOrder = 4
  105.     OnKeyPress = FormKeyPress
  106.   end
  107.   object EditB: TEdit
  108.     Left = 156
  109.     Top = 93
  110.     Width = 121
  111.     Height = 22
  112.     TabOrder = 5
  113.     OnKeyPress = FormKeyPress
  114.   end
  115. end
  116.